Version

RequestCompletedEventArgs<T> Class Members

The following tables list the members exposed by RequestCompletedEventArgs<T>.

Public Constructors
 NameDescription
Public ConstructorRequestCompletedEventArgs<T> ConstructorInitializes a new instance of the RequestCompletedEventArgs<T> class.  
Public Properties
 NameDescription
Public PropertyCancelled (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Public PropertyError (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Public PropertyResultGets the result.  
Public PropertyUserState (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Protected Methods
 NameDescription
Protected MethodRaiseExceptionIfNecessary (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
See Also

View on GitHub